golang.org/x/net/http2.ClientConn.currentRequestCountLocked (method)
3 uses
golang.org/x/net/http2 (current package)
transport.go#L1034: maxConcurrentOkay = cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams)
transport.go#L1058: func (cc *ClientConn) currentRequestCountLocked() int {
transport.go#L1709: if cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)